CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多元回归 模型

搜索资源列表

  1. seqcurvefit21

    0下载:
  2. 多元模型回归与分析-2 matlab 程序-multiple regression model analysis with Matlab procedures -2
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1626
    • 提供者:joy
  1. CubicMultinomialRegress

    0下载:
  2. 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3813
    • 提供者:wangyinghao
  1. m1

    1下载:
  2. 用边缘检测算法检测的圆的像的边缘点,并用多元线性回归求出椭圆的方程,然后按照我们的模型中提供的方法,求出每个圆心的像的位置-Using edge detection algorithm to detect the edge of the image circle points, and multiple linear regression equation of the ellipse obtained, and then follow the model provided by our met
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:715
    • 提供者:王帅哥
  1. cru

    0下载:
  2. 利用matlab多元逐步回归分析方法建立初馏点温度的数学模型-Use of matlab multiple stepwise regression analysis method to establish early mathematical model of temperature at fractions
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:628
    • 提供者:苏涛
  1. 1xy7z.ZIP

    0下载:
  2. 基于多元线性自回归模型的流量预测Multiple linear regression model based on traffic prediction-Multiple linear regression model based on traffic prediction
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1221037
    • 提供者:
  1. chj

    0下载:
  2. 应用c开发实现多元线性回归的模型建立,矩阵多元线性方程的模型-The application c development of multiple linear regression model, the matrix multivariate linear equation model
  3. 所属分类:Document

    • 发布日期:2017-11-19
    • 文件大小:1254
    • 提供者:陈海蛟
  1. The-discriminant-of-heart-disease

    0下载:
  2. 数学建模 训练题目 心脏病的判别 主要采用多元线性回归模型 采用matlab编程 ,附有题目,论文,完整代码,以及程序运行的完整说明,希望对大家有用-Mathematical modeling training subject criterion of heart disease mainly using multiple linear regression model using matlab programming, with the title, thesis, complete code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:547754
    • 提供者:雪人
  1. hgfx1

    0下载:
  2. 一元线性回归和二元线性回归的matlab实例编程 包括有多元线性回归模型-Linear regression and binary linear regression matlab programming examples include multiple linear regression model
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1594
    • 提供者:陈江波
  1. 123

    1下载:
  2. 有关回归分析的所有算法,包括详细的原理介绍及具体的matlab代码,很适合初学者使用,及有关工程人员参考;其中包含了一元线性回归、最小二乘估计方法、显著性检验、多元线性回归、利用回归模型预测、非线性回归、逐步回归等-All algorithms related to regression analysis, including a detailed descr iption and the specific principles matlab code, it is suitable for b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:256147
    • 提供者:曹清云
  1. fl_4_zb1

    0下载:
  2. 用于大坝安全预警模型的多元回归以及变量分离的程序。也可以用于其他非线性回归-Dam safety warning model for multiple regression and variable separation procedures. Can also be used for other non-linear regression.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2073
    • 提供者:范振东
  1. ARESLab

    2下载:
  2. ARESLab是一种Matlab / Octave工具箱,能够利用杰罗姆·弗里德曼的多元自适应回归样条函数技术构建分段线性和三次分段回归模型。-ARESLab is a Matlab/Octave toolbox for building piecewise-linear and piecewise-cubic regression models using Jerome Friedman s Multivariate Adaptive Regression Splines technique
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:156639
    • 提供者:孙晓川
  1. matlab_baoxian

    1下载:
  2. 完成一个多元线性回归模型,并给出回归结果,给出q值检验,拟合优度。画出残差图,对结果进行分析。-To complete a multiple linear regression model, and gives regression results, given the q value, goodness of fit. Residual plotted on a graph to analyze the results.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1676
    • 提供者:李政
  1. duoyuanhuiguifenxi

    0下载:
  2. 利用多元回归分析解决问题,通过对三个变量的分析选取最好的模型,并得到预测值-Solve problems using multiple regression analysis, analysis by three variables chosen best model and get the predicted value
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1182
    • 提供者:by
  1. Multiple-linear-regression-model

    0下载:
  2. 多元线性回归模型,用C++语言编写而成,可运行-Multiple linear regression model,written by visual C++
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1153
    • 提供者:但灵芝
  1. LinearRegression

    0下载:
  2. 该算法是实现多元线性回归算法。该算法包含了F检验,t检验,模型检验。-The algorithm is to achieve multiple linear regression algorithm. The algorithm includes the F-test, t test, model checking.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4018
    • 提供者:肖皇
  1. VAR

    0下载:
  2. 时域模态分析方法中的多元自回归模型,用于识别结构的模态参数。-Multivariate autoregressive model of time domain modal analysis method, is used to identify structural modal parameters.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:566
    • 提供者:郑红
  1. duukxydd

    0下载:
  2. 多元数据分析的主分量分析投影,微分方程组数值解方法,感应双馈发电机系统的仿真,进行逐步线性回归,数据模型归一化,模态振动,采用了小波去噪的思想。- Principal component analysis of multivariate data analysis projection, Numerical solution of differential equations method, Simulation of doubly fed induction generator system,
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6189
    • 提供者:tzctpi
  1. ksqkscwh

    0下载:
  2. 包括回归分析和概率统计,分析了该信号的时域、频域、倒谱,循环谱等,主要是基于mtlab的程序,多元数据分析的主分量分析投影,是国外的成品模型,在matlab环境中自动识别连通区域的大小。- Including regression analysis and probability and statistics, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Mainly
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4674
    • 提供者:snkzas
  1. Multi-Kernel-xxgh

    0下载:
  2. 多核RBF神经网络建模预测模型,实现六个核函数的多元回归集成-RBF function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:5928
    • 提供者:木子水
  1. 高级统计学第6周课件

    0下载:
  2. spss软件作多元线性回归模型 ,spss上机教程,可以用来分析模型(SPSS nonlinear regression model)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3766272
    • 提供者:lululu22
« 1 23 »
搜珍网 www.dssz.com